Python-Course

電腦硬體 << Previous Next >> Qt for Python

Python 語法

Python 3 官方教材: https://docs.python.org/3/index.html 

Python tutorial: https://docs.python.org/3/tutorial/index.html (英文)

Python 教學: https://python-doc-tw.github.io/tutorial/index.html 

網頁上的 Python - Brython: https://www.brython.info/static_doc/en/intro.html  (解譯式)

網頁上的 Python GUI- Flexx: https://flexx.readthedocs.io/en/stable/ (轉譯式)

開始練習 print() 用法, 並著手建立函式

參考資料:

turtle_intro.pdf

turtle_intro2.pdf

其他擷取程式的方式: http://mde.tw/2017springvcp/blog/web-based-python.html 


電腦硬體 << Previous Next >> Qt for Python